home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2008 #18 / KCD200818.ISO / Euro Truck / ets_1_00_setup.exe / base.scs / effect / eut / dif / nv3x.vp < prev    next >
Text File  |  2008-07-25  |  3KB  |  104 lines

  1. !!ARBvp1.0
  2. # cgc version 2.0.0015, build date May 15 2008
  3. # command line args: -quiet -fastprecision -I../../eurotrucks/eut_effect -I../../src/shaderlib/effect -profile arbvp1 -DPATH_NV3X
  4. # source file: dif/eut.dif.cg
  5. #vendor NVIDIA Corporation
  6. #version 2.0.0.15
  7. #profile arbvp1
  8. #program vertex_main
  9. #semantic vertex_main.transform
  10. #semantic vertex_main.sun
  11. #semantic vertex_main.truck
  12. #semantic vertex_main.fog_density
  13. #var float4 v.position : $vin.POSITION : POSITION : 0 : 1
  14. #var float3 v.normal : $vin.NORMAL : NORMAL : 0 : 1
  15. #var float4 v.color : $vin.COLOR0 : COLOR0 : 0 : 1
  16. #var float4 v.tex_coord_0 : $vin.TEXCOORD0 : TEXCOORD0 : 0 : 1
  17. #var float4x4 transform.mvp_matrix :  : c[1], 4 : 1 : 1
  18. #var float4x4 transform.mv_matrix :  : c[5], 4 : 1 : 1
  19. #var float3 sun.es_direction :  : c[9] : 2 : 1
  20. #var float4 sun.ambient :  : c[10] : 2 : 1
  21. #var float4 sun.diffuse :  : c[11] : 2 : 1
  22. #var float4 sun.specular :  : c[12] : 2 : 1
  23. #var float3 truck.es_position :  : c[13] : 3 : 1
  24. #var float3 truck.es_direction :  : c[14] : 3 : 1
  25. #var float truck.spot_exponent :  : c[15] : 3 : 1
  26. #var float3 truck.attenuation :  : c[16] : 3 : 1
  27. #var float4 truck.diffuse :  : c[17] : 3 : 1
  28. #var float4 truck.specular :  : c[18] : 3 : 1
  29. #var float fog_density :  : c[19] : 4 : 1
  30. #var float4 vertex_main.position : $vout.POSITION : HPOS : -1 : 1
  31. #var float4 vertex_main.diffuse : $vout.TEXCOORD1 : TEX1 : -1 : 1
  32. #var float3 vertex_main.specular : $vout.TEXCOORD2 : TEX2 : -1 : 1
  33. #var float vertex_main.fog : $vout.FOG : FOGC : -1 : 1
  34. #var float4 vertex_main.tex_coord_0 : $vout.TEXCOORD0 : TEX0 : -1 : 1
  35. #const c[0] = 1.442695 0 1 2
  36. PARAM c[20] = { { 1.442695, 0, 1, 2 },
  37.         program.local[1..19] };
  38. TEMP R0;
  39. TEMP R1;
  40. TEMP R2;
  41. TEMP R3;
  42. DP4 R0.w, -vertex.position, c[7];
  43. MOV R1.z, -R0.w;
  44. DP4 R1.x, vertex.position, c[5];
  45. DP4 R1.y, vertex.position, c[6];
  46. DP3 R2.x, -R1, -R1;
  47. ADD R0.xyz, -R1, c[13];
  48. DP3 R1.w, R0, R0;
  49. RSQ R1.w, R1.w;
  50. RSQ R2.x, R2.x;
  51. MUL R2.xyz, R2.x, -R1;
  52. MUL R3.xyz, R1.w, R0;
  53. ADD R0.xyz, R3, R2;
  54. DP3 R1.x, R0, R0;
  55. RSQ R1.x, R1.x;
  56. MUL R0.xyz, R1.x, R0;
  57. ADD R2.xyz, R2, -c[9];
  58. DP3 R2.w, R2, R2;
  59. RSQ R2.w, R2.w;
  60. MUL R2.xyz, R2.w, R2;
  61. DP3 R1.z, vertex.normal, c[7];
  62. DP3 R1.y, vertex.normal, c[6];
  63. DP3 R1.x, vertex.normal, c[5];
  64. DP3 R2.y, R1, R2;
  65. DP3 R0.y, R1, R0;
  66. DP3 R0.x, R1, R3;
  67. MOV R0.z, c[18].w;
  68. LIT R0.yz, R0.xyzz;
  69. DP3 R0.x, -R3, c[14];
  70. MAX R0.x, R0, c[0].y;
  71. POW R0.x, R0.x, c[15].x;
  72. MUL R0.xy, R0.yzzw, R0.x;
  73. RCP R0.z, R1.w;
  74. DP3 R2.x, R1, -c[9];
  75. MOV R2.z, c[12].w;
  76. LIT R1.xyz, R2.xyzz;
  77. MOV R2.y, R0.z;
  78. MUL R2.z, R0, R0;
  79. MOV R2.x, c[0].z;
  80. DP3 R0.z, R2, c[16];
  81. MUL R2.xyz, R1.y, c[11];
  82. MAD R2.xyz, R1.x, c[10], R2;
  83. RCP R0.z, R0.z;
  84. MUL R1.xy, R0, R0.z;
  85. MAD R0.xyz, R1.x, c[17], R2;
  86. MUL R0.xyz, vertex.color, R0;
  87. MUL R2.xyz, R1.y, c[18];
  88. MUL result.texcoord[1].xyz, R0, c[0].w;
  89. MUL R0.x, R0.w, c[19];
  90. MUL R0.x, R0, R0;
  91. MUL R0.x, R0, c[0];
  92. EX2 R0.x, -R0.x;
  93. MIN R0.x, R0, c[0].z;
  94. MAD result.texcoord[2].xyz, R1.z, c[12], R2;
  95. MOV result.texcoord[0], vertex.texcoord[0];
  96. DP4 result.position.w, vertex.position, c[4];
  97. DP4 result.position.z, vertex.position, c[3];
  98. DP4 result.position.y, vertex.position, c[2];
  99. DP4 result.position.x, vertex.position, c[1];
  100. MOV result.texcoord[1].w, vertex.color;
  101. MAX result.fogcoord.x, R0, c[0].y;
  102. END
  103. # 60 instructions, 4 R-regs
  104.